window: Update _gtk_window_set_is_active API comment
authorRob Bradford <rob@linux.intel.com>
Sat, 28 Jul 2012 14:17:11 +0000 (15:17 +0100)
committerRob Bradford <rob@linux.intel.com>
Sat, 28 Jul 2012 14:19:28 +0000 (15:19 +0100)
The comment referenced GTK_TOPLEVEL which has been replaced by
GTK_WINDOW_TOPLEVEL.

gtk/gtkwindow.c

index d39beedd8eba8c1325a5d8cc5a441c069a1c42c7..a07ddc58e733e4b10fec88f2fcb2fb7e9e1d2d1d 100644 (file)
@@ -9572,8 +9572,8 @@ _gtk_window_set_is_active (GtkWindow *window,
  * in-process, parented GtkPlug)
  *
  * Internal function used by #GtkPlug when it gets parented/unparented by a
- * #GtkSocket.  This keeps the @window's #GTK_TOPLEVEL flag in sync with the
- * global list of toplevel windows.
+ * #GtkSocket.  This keeps the @window's #GTK_WINDOW_TOPLEVEL flag in sync
+ * with the global list of toplevel windows.
  */
 void
 _gtk_window_set_is_toplevel (GtkWindow *window,